home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / include / tccompat.zoo / tos.h < prev    next >
C/C++ Source or Header  |  1992-03-24  |  357b  |  19 lines

  1. /*
  2.     <tos.h>
  3.     This header is "Public Domain".
  4.     (P) 1992 by Markus M. Nick
  5.     
  6.     This header makes it easier to compile sources with both PureC/TurboC 
  7.     and GNU-CC.  Now you needn't include different header files any more.
  8.     
  9.     Please send your comments and suggestions to:
  10.         Markus_Nick@mz.maus.de
  11. */
  12.  
  13. #ifndef __TOS__
  14.  
  15. #include <osbind.h>
  16.  
  17. #define __TOS__
  18. #endif
  19.